@charset "utf-8";

/* CSS Document */
@font-face{
    font-family: "myFont";
    src: url(SourceHanSansCN-Regular.ttf);
}

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: unset;
	font-family: "myFont";
}

html,
body {
	-webkit-text-size-adjust: none;
	font-family: "myFont";
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	font-size: 14px;
	color: #333;
	font-family: "myFont";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	color: #999;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border: none;
	background: none;
}
/*移除文本框可拉伸大小属性*/
textarea {
	resize: none;
}
textarea::-webkit-input-placeholder{
	font-family: "myFont";
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	border: none;
	background: none;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
	font-family: "myFont";
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div:focus,
span:focus{
	outline: none;
}
/*清除浮动*/
.clear{
	clear: both;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
/*文字超出影藏  在火狐或者ie9之下则不会影藏*/
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.over4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
/*绝对居中  在低版本ie是不能使用flex布局*/
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
/*中间主题宽度*/
.width{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.wid1300{
	width: 1300px;
	margin: 0 auto;
	height: auto;
}
.wid1400{
	width: 1400px;
	margin: 0 auto;
	height: auto;
}
.wid1640{
	width: 1640px;
	margin: 0 auto;
	height: auto;
}
.main{
	display: block;
	width: 100%;
	height: auto;
	background-size: auto;
}
.bgCen{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bgBot{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
/*左右浮动*/
.right{
	display: inline-block;
	float: right;
}
.left{
	display: inline-block;
	float: left;
}
.auto{margin: 0 auto;}
.marTop10{margin-top: 10px;}
.marTop15{margin-top: 15px;}
.marTop20{margin-top: 20px;}
.marTop25{margin-top: 25px;}
.marTop30{margin-top: 30px;}
.marTop40{margin-top: 40px;}
.marTop50{margin-top: 50px;}
.marTop60{margin-top: 60px;}
.marTop70{margin-top: 70px;}
.marTop80{margin-top: 80px;}
.marBot10{margin-bottom: 10px;}
.marBot15{margin-bottom: 15px;}
.marBot20{margin-bottom: 20px;}
.marBot25{margin-bottom: 25px;}
.marBot30{margin-bottom: 30px;}
.marBot40{margin-bottom: 40px;}
.marBot50{margin-bottom: 50px;}
.marBot60{margin-bottom: 60px;}
.marBot70{margin-bottom: 70px;}
.marBot80{margin-bottom: 80px;}

/*版本过低提醒*/
.guoshiPop-bg{display: block;width: 100%;height: 100%;background: #000;opacity: 0.5;position: fixed;top: 0;left: 0;z-index: 200;
filter:alpha(opacity=50);}
.guoshiPop{display: block;width: 500px;height: 200px;border-radius: 12px;background: #fff;position: fixed;top: 50%;left: 50%;margin-left: -250px;
margin-top: -140px;z-index: 201;font-size: 16px;line-height: 28px;padding: 34px 30px;}
.guoshiPop h3{font-weight: normal;color: #333;margin-bottom: 28px;}
.guoshiPop>div{text-align: center;font-size: 0;}
.guoshiPop a{display: inline-block;vertical-align: top;width: 100px;height: 42px;border: 1px solid #999;font-size: 14px;line-height: 40px;
text-decoration: none;margin: 0 5px;color: #333;border-radius: 4px;}
.guoshiPop a:hover{border-color: red;color: red;}


/*媒体查询*/
@media screen and (max-width:1500px){
	
}

.page{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
}
.page *{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	margin: 0 10px;
	border-radius: 8px;
	background: #fff;
}
.page *:first-child,
.page *:last-child{
	font-family: "宋体";
	font-weight: 900;
}
.page *:hover{
	color: #fff;
	background: #c42624;
	line-height: 40px;
}
.page *.active{
	color: #fff;
	background: #c42624;
	line-height: 40px;
}































